Data transfer objects are associated with views 数据传输对象与视图关联
Class is a data transfer object 类是一个数据转换对象( dto ) 。
The problem : which data transfer object is returned by which entity 问题:哪个数据传输对象由哪个实体返回?
It seems obvious that session beans with data transfer objects will play a role in the implementation ) ,很明显带有数据传输对象的会话bean就会在实现中扮演重要角色。
It is also great that you are already using data transfer objects , basically the same as service data objects 同样使用数据传输对象也是非常好的,基本上同服务数据对象类似。
A data transfer object is often little more than a bunch of fields and getters and setters for these fields 数据转移对象常常只不过是一些字段以及这些字段的getters和setters 。
" in many ways , a data transfer object is one of those objects our mothers told us never to write “在许多方面,数据转移对象都是一种我们的父辈曾经告诫我们从来就不要编写对象。
I have been following your articles lately and had to comment about the use of data transfer objects dtos 我已经读过您最近的文章,对于数据传输对象( dto ) ,我想提出一些自己的看法。
However , given the specialized nature of data transfer objects , there is usually no behavior for them to inherit 然而,如果给定数据转移对象的具体种类,通常就没有行为用于它们的继承。
The use of the data transfer object minimizes the chattiness between the layers - only one stateless call is needed 数据传输对象的使用最小化了不同层之间的间隔= =仅仅需要一个无状态调用。